-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Core][Docker] Support docker login on RunPod. #4287
base: master
Are you sure you want to change the base?
Conversation
Maybe they are including the server name in the image name. |
@Michaelvll This is ready for a review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @cblmemo! Left some comment for the new API added for provision_record
@Michaelvll After a thorough search, I found another doc page for runpod and managed to implement get resoruces from cluster name. The |
Fixes #4269.
TO DISCUSS:
Currently RunPod Python API does not provide enough API to delete the template, so we manually call the graphql api instead. I've requested those features in the RunPod python sdk repo: runpod/runpod-python#390
Sometimes the deletion of registry auth will fail without a clear error message. Cleanup of template is always successful though. I also submitted this: runpod/runpod-python#391
Tested (run the relevant ones):
bash format.sh
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
conda deactivate; bash -i tests/backward_compatibility_tests.sh